Skip to content

feat(sdk): improve method names#82

Merged
matoous merged 1 commit intomainfrom
md/operation-names
Apr 23, 2026
Merged

feat(sdk): improve method names#82
matoous merged 1 commit intomainfrom
md/operation-names

Conversation

@matoous
Copy link
Copy Markdown
Contributor

@matoous matoous commented Apr 23, 2026

Generate Java client method names from x-codegen.method_name when present, falling back to operationId only when the extension is missing. Because methods are already scoped by tag client, this produces cleaner APIs such as readers().terminateCheckout(...), readers().list(...), and checkouts().create(...).

Generate Java client method names from `x-codegen.method_name` when
present, falling back to `operationId` only when the extension is
missing. Because methods are already scoped by tag client, this produces
cleaner APIs such as `readers().terminateCheckout(...)`,
`readers().list(...)`, and c`heckouts().create(...)`.
@matoous matoous self-assigned this Apr 23, 2026
@matoous matoous merged commit c93c8e8 into main Apr 23, 2026
12 checks passed
@matoous matoous deleted the md/operation-names branch April 23, 2026 12:21
@sumup-bot sumup-bot Bot mentioned this pull request Apr 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant